var runtime.buckhash

4 uses

	runtime (current package)
		mprof.go#L158: 	buckhash atomic.UnsafePointer // *buckhashArray
		mprof.go#L257: 	bh := (*buckhashArray)(buckhash.Load())
		mprof.go#L261: 		bh = (*buckhashArray)(buckhash.Load())
		mprof.go#L267: 			buckhash.StoreNoWB(unsafe.Pointer(bh))